home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Moscow ML 1.31 / source code / mosml / src / config / auto-aux / hasgot.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-03  |  83 b   |  8 lines  |  [TEXT/R*ch]

  1. main() {
  2.   tcgetattr();
  3.   tcsetattr();
  4.   tcsendbreak();
  5.   tcflush();
  6.   tcflow();
  7. }
  8.